1 /*
2  * Created
by SharpDevelop.
3  * User: Janphil Garay
4  * Date:
16/02/2012
5  * Time:
1:26 AM
6  *
7  * To change
this template use Tools | Options | Coding | Edit Standard Headers.
8  */

9 namespace
FaceRecognition
10 {
11     
partial class frmAbout
12     {

13         ///
<summary>
14         ///
Designer variable used to keep track of non-visual components.
15         ///
</summary>
16         
private System.ComponentModel.IContainer components = null;
17         
18         ///
<summary>
19         ///
Disposes resources used by the form.
20         ///
</summary>
21         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
22         
protected override void Dispose(bool disposing)
23         {
24             
if (disposing) {
25                 
if (components != null) {
26                     components.Dispose();
27                 }
28             }
29             
base.Dispose(disposing);
30         }

31         
32         ///
<summary>
33         ///
This method is required for Windows Forms designer support.
34         ///
Do not change the method contents inside the source code editor. The Forms designer might
35         ///
not be able to load this method if it was changed manually.
36         ///
</summary>
37         
private void InitializeComponent()
38         {
39             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
40             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
41             
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
42             
this.label1 = new System.Windows.Forms.Label();
43             
this.button1 = new System.Windows.Forms.Button();
44             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
45             
this.SuspendLayout();
46             
//
47             
// pictureBox1
48             
//
49             
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
50             
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
51             
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
52             
this.pictureBox1.Name = "pictureBox1";
53             
this.pictureBox1.Size = new System.Drawing.Size(94, 270);
54             
this.pictureBox1.TabIndex = 0;
55             
this.pictureBox1.TabStop = false;
56             
//
57             
// richTextBox1
58             
//
59             
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
60             
this.richTextBox1.Location = new System.Drawing.Point(100, 66);
61             
this.richTextBox1.Name = "richTextBox1";
62             
this.richTextBox1.Size = new System.Drawing.Size(344, 163);
63             
this.richTextBox1.TabIndex = 1;
64             
this.richTextBox1.Text = "";
65             
//
66             
// label1
67             
//
68             
this.label1.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
69             
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
70             
this.label1.Location = new System.Drawing.Point(116, 9);
71             
this.label1.Name = "label1";
72             
this.label1.Size = new System.Drawing.Size(281, 31);
73             
this.label1.TabIndex = 2;
74             
this.label1.Text = "Multiple Face Recognition System";
75             
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
76             
//
77             
// button1
78             
//
79             
this.button1.Location = new System.Drawing.Point(344, 235);
80             
this.button1.Name = "button1";
81             
this.button1.Size = new System.Drawing.Size(80, 23);
82             
this.button1.TabIndex = 4;
83             
this.button1.Text = "&OK";
84             
this.button1.UseVisualStyleBackColor = true;
85             
this.button1.Click += new System.EventHandler(this.Button1Click);
86             
//
87             
// frmAbout
88             
//
89             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
90             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
91             
this.BackColor = System.Drawing.Color.White;
92             
this.ClientSize = new System.Drawing.Size(454, 270);
93             
this.ControlBox = false;
94             
this.Controls.Add(this.button1);
95             
this.Controls.Add(this.label1);
96             
this.Controls.Add(this.richTextBox1);
97             
this.Controls.Add(this.pictureBox1);
98             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
99             
this.Name = "frmAbout";
100             
this.Text = "About";
101             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
102             
this.ResumeLayout(false);
103
104         }
105         
private System.Windows.Forms.Button button1;
106         
private System.Windows.Forms.Label label1;
107         
private System.Windows.Forms.RichTextBox richTextBox1;
108         
private System.Windows.Forms.PictureBox pictureBox1;
109     }
110 }


Gõ tìm kiếm nhanh...